Fix a tiny documentation typo
authorHiroyuki Ikezoe <poincare@ikezoe.net>
Tue, 16 Mar 2010 21:10:18 +0000 (17:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 17 Mar 2010 17:10:17 +0000 (13:10 -0400)
gtk/gtkwidget.c

index 94d78aff61bdfb78313291aa1301179ee4939b1b..0202617598eaf8c3484815b3d5c6b6ac9634c03b 100644 (file)
@@ -7622,7 +7622,7 @@ gtk_widget_get_root_window (GtkWidget *widget)
  * around the window using keyboard shortcuts. @direction indicates
  * what kind of motion is taking place (up, down, left, right, tab
  * forward, tab backward). gtk_widget_child_focus() emits the
- * #GtkWidget::focus" signal; widgets override the default handler
+ * #GtkWidget::focus signal; widgets override the default handler
  * for this signal in order to implement appropriate focus behavior.
  *
  * The default ::focus handler for a widget should return %TRUE if